projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f782d53
)
* progmodes/python.el: Fix typo in commentary.
author
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sun, 26 May 2013 09:06:02 +0000
(06:06 -0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sun, 26 May 2013 09:06:02 +0000
(06:06 -0300)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index a76ea875f5d72f417de27c3d99d76dee7ee3c8ee..f84849de4dd4f4bcda9ba30d45dcca3ca3428fa1 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-157,7
+157,7
@@
;; Skeletons: 6 skeletons are provided for simple inserting of class,
;; def, for, if, try and while. These skeletons are integrated with
-;;
dabbrev. If you have `d
abbrev-mode' activated and
+;;
abbrev. If you have `
abbrev-mode' activated and
;; `python-skeleton-autoinsert' is set to t, then whenever you type
;; the name of any of those defined and hit SPC, they will be
;; automatically expanded. As an alternative you can use the defined